home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.33 (October)
/
PC Gamer Disc 7.33 (October 2003).ISO
/
Data
/
items.pcg
/
scripts
/
DefineButton2_297
/
BUTTONCONDACTION on(press, dragOver).as
next >
Wrap
Text File
|
2003-07-17
|
187b
|
8 lines
on(press, dragOver){
if(_parent.scrollMax < _parent.num_Games)
{
startDrag("",0,this._x,224,this._x,384);
_parent.scrollBoxControl.gotoAndPlay("startDB");
}
}